home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / comm / tcp / AmiTCPsdk_40.lha / AmiTCP-4.0 / netinclude / proto / usergroup.h < prev   
C/C++ Source or Header  |  1994-10-05  |  552b  |  23 lines

  1. #ifndef PROTO_USERGROUP_H
  2. #define PROTO_USERGROUP_H \
  3.        "$Id: usergroup.h,v 4.1 1994/10/05 23:17:30 ppessi Exp $"
  4. /*
  5.  *    SAS C prototypes for usergroup.library
  6.  *
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15.  
  16. extern struct Library *UserGroupBase;
  17.  
  18. #include <libraries/usergroup.h>
  19. #include <clib/usergroup_protos.h>
  20. #include <pragmas/usergroup_pragmas.h>
  21.  
  22. #endif /* PROTO_USERGROUP_H */
  23.